Discover curated AI tools, apps, extensions, and AI news. Updated regularly.
weather digest · OpenClaw skill
Weather Digest Skill Generate a daily Weather Intelligence Digest using NOAA / NWS data. Setup Dependencies: python3, pip. Optional but recommended: python3 -m venv skills/weather-digest/.venv && source skills/weather-digest/.venv/bin/activate. pip install -r skills/weather-digest/requirements.txt. Copy skills/weather-digest/config.example.json to config.json and customize the locations list with name, lat, lon pairs. Usage Output is Markdown; convert to PDF/email as needed. Configuration Notes Data source: api.weather.gov (no API key required; feel free to customize the User-Agent string in the script). Each location fetches forecast + alerts; add/remove fields as needed. Extend the template by editing build digest in weather digest.py. Weather Intelligence Digest Skill This skill builds a daily briefing that highlights forecasts and severe-weather alerts for a list of locations. It relies entirely on NOAA/NWS public APIs, so there are no keys to manage. Features Pulls the latest gridpoint forecast (today + tonight) for each configured city Surfaces active alerts with severity badges, local expiration times, and trimmed instructions Produces Markdown, HTML (with selectable color themes), and JSON so you can publish, embed, or automate the digest anywhere Quick Start Sample Output Customize the template by editing build digest in weather digest.py. Ship-ready marketing copy lives in landing-page.md, pricing guidance in pricing.md, automation recipes in automation.md, and theme notes in themes.md.